-
-
Notifications
You must be signed in to change notification settings - Fork 366
Adds a shards property to Array #2586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ssion, auto filters
I think we should only report a tuple of ints for |
|
Merged into #2463 |
Builds on #2463
shardsproperty to Array that returns the shard shape andNoneif sharding isn't usedchunksnow returns the inner chunk shape, if sharding is usedchunksandshardsproperties into the ArrayMetadata classes to handle v2 and v3 casesI was wondering if
shardsshould equalchunksif sharding isn't used. Let me know what you think.TODO: